diff options
| author | Christian Cunningham <cc@localhost> | 2022-01-02 15:53:57 -0800 |
|---|---|---|
| committer | Christian Cunningham <cc@localhost> | 2022-01-02 15:53:57 -0800 |
| commit | 059f08cb73ef2b1631f2c89f8c524e27888f6ba5 (patch) | |
| tree | 93d2763404d3d86647b97dab54e332aa5075e6e1 /Common.mk | |
| parent | e15d41a5619c41f3440369e625d6d96921718221 (diff) | |
Expanded upon memory library
Diffstat (limited to 'Common.mk')
| -rw-r--r-- | Common.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ ifeq ($(BSP),2) CFLAGS += -DBSP23 endif -CFLAGS += -DVERSION="\"0.0c\"" +CFLAGS += -DVERSION="\"0.0e $(shell git log --pretty=format:'%h' -n 1)\"" .PHONY: clean run run-debug debug export tree |
