mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 14:33:52 +01:00
dist/tools/tunslip: Add clean Makefile target
This commit is contained in:
parent
bb19a75e61
commit
51f5b774da
3
dist/tools/tunslip/Makefile
vendored
3
dist/tools/tunslip/Makefile
vendored
@ -9,4 +9,7 @@ install:
|
||||
uninstall:
|
||||
rm -f $(foreach bin,$(BIN),$(PREFIX)/bin/$(bin))
|
||||
|
||||
clean:
|
||||
rm -f $(BIN)
|
||||
|
||||
CFLAGS += -Wall -Wextra -pedantic
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user