Support custom dirs

Signed-off-by: luca0N! <63941044+luca0N@users.noreply.github.com>
This commit is contained in:
luca0N! 2020-05-06 15:42:15 -03:00
parent 97dafa0ac2
commit cf25645556
No known key found for this signature in database
GPG key ID: 9F1B99B522287CAB
4 changed files with 41 additions and 19 deletions

View file

@ -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