aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefile b/makefile
index 0990286..d3255f2 100644
--- a/makefile
+++ b/makefile
@@ -22,8 +22,9 @@ CFLAGS = -march=native -mtune=native -std=c99 -static -w -Wall -Werror -Wextra -
$(PROJECT): $(OBJS)
$(CC) $(CFLAGS) $(LIBS) -o $(.TARGET) $(.OODATE)
+ mkdir -p $(PDIR)
mv $(.TARGET) $(.ALLSRC:T) $(PDIR)
clean:
- rm bin/*.out
+ rm bin/*.o