Support custom dirs
Signed-off-by: luca0N! <63941044+luca0N@users.noreply.github.com>
This commit is contained in:
parent
97dafa0ac2
commit
cf25645556
4 changed files with 41 additions and 19 deletions
9
Makefile
9
Makefile
|
@ -23,4 +23,11 @@ main.o: main.c
|
|||
gcc -c -s -Os main.c
|
||||
|
||||
clean:
|
||||
rm *.o *.exe
|
||||
rm *.o *.exe
|
||||
|
||||
cleandust:
|
||||
rm *.o
|
||||
|
||||
dustless:
|
||||
make
|
||||
make cleandust
|
Reference in a new issue