Skip to content

Commit

Permalink
Better Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Vftdan committed Jan 1, 2020
1 parent 9af5f9d commit a6e4e6c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
all:
all: clean xdetectgrab

xdetectgrab:
gcc *.c -lxcb -o xdetectgrab

clean:
rm xdetectgrab || true

.PHONY: all clean

0 comments on commit a6e4e6c

Please sign in to comment.