1
0
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:
Joakim Nohlgård 2016-07-22 08:35:18 +02:00
parent bb19a75e61
commit 51f5b774da

View File

@ -9,4 +9,7 @@ install:
uninstall:
rm -f $(foreach bin,$(BIN),$(PREFIX)/bin/$(bin))
clean:
rm -f $(BIN)
CFLAGS += -Wall -Wextra -pedantic