1
0
Fork 0
mirror of https://github.com/rfc2822/GfxTablet synced 2025-10-04 10:09:16 +02:00

rm -f in make clean, so no errors if it doesn't exist

This commit is contained in:
Jarrad Whitaker 2015-11-28 20:01:14 +11:00
parent a6d4d8d20f
commit ae819cbc4b

View file

@ -2,4 +2,4 @@
networktablet : networktablet.c protocol.h
clean :
rm networktablet
rm -f networktablet