projects
/
st.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bbbae6
)
remove config.h on clean
author
MatthewOwens
<matthew@owens.tech>
Sat, 20 Jun 2020 16:02:27 +0000
(17:02 +0100)
committer
MatthewOwens
<matthew@owens.tech>
Sat, 20 Jun 2020 16:02:27 +0000
(17:02 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
470ac86
..
4d49649
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-30,7
+30,7
@@
st: $(OBJ)
$(CC) -o $@ $(OBJ) $(STLDFLAGS)
clean:
- rm -f st $(OBJ) st-$(VERSION).tar.gz
+ rm -f st $(OBJ) st-$(VERSION).tar.gz
config.h
dist: clean
mkdir -p st-$(VERSION)