diff options
author | Jon Gjengset <jon@thesquareplanet.com> | 2013-09-05 22:27:52 +0100 |
---|---|---|
committer | Jon Gjengset <jon@thesquareplanet.com> | 2013-09-05 22:27:52 +0100 |
commit | fd9051b6cf374a189ee43af1248aba678c637127 (patch) | |
tree | b7be0161371221604ff27bb10b94c224f8154467 | |
parent | Add 'why?' section to README (diff) | |
download | mktrayicon-fd9051b6cf374a189ee43af1248aba678c637127.tar.gz mktrayicon-fd9051b6cf374a189ee43af1248aba678c637127.tar.bz2 mktrayicon-fd9051b6cf374a189ee43af1248aba678c637127.zip |
Clean up Makefile
-rw-r--r-- | Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,4 +1,5 @@ -CC=clang - mktrayicon: mktrayicon.c - ${CC} -g `pkg-config --cflags gtk+-3.0` -o $@ $< `pkg-config --libs gtk+-3.0` + ${CC} `pkg-config --cflags gtk+-3.0` -o $@ $< `pkg-config --libs gtk+-3.0` + +clean: + rm mktrayicon |