Add rm -f deb
folder that can stay around when make fails
This commit is contained in:
parent
ec60a3d506
commit
592b60172a
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,4 +4,5 @@
|
|||||||
/reaction*.sock
|
/reaction*.sock
|
||||||
/result
|
/result
|
||||||
/wiki
|
/wiki
|
||||||
|
/deb
|
||||||
*.deb
|
*.deb
|
||||||
|
2
Makefile
2
Makefile
@ -1,7 +1,7 @@
|
|||||||
all: reaction ip46tables
|
all: reaction ip46tables
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f reaction ip46tables reaction.deb
|
rm -f reaction ip46tables reaction.deb deb
|
||||||
|
|
||||||
ip46tables: ip46tables.d/ip46tables.c
|
ip46tables: ip46tables.d/ip46tables.c
|
||||||
gcc -static ip46tables.d/ip46tables.c -o ip46tables
|
gcc -static ip46tables.d/ip46tables.c -o ip46tables
|
||||||
|
Loading…
Reference in New Issue
Block a user