diff options
| author | Franklin Wei <git@fwei.tk> | 2016-01-15 18:02:15 -0500 |
|---|---|---|
| committer | Franklin Wei <git@fwei.tk> | 2016-01-15 18:02:15 -0500 |
| commit | 001601c74629de90044df4ab6fbd781c6bedcd1a (patch) | |
| tree | ea1357f30f0997799106644bde28ab23a63e21a9 /Makefile | |
| parent | e943cb6c69ea9b7628cec6334abdf5ed8fc7935b (diff) | |
| download | netcosm-001601c74629de90044df4ab6fbd781c6bedcd1a.zip netcosm-001601c74629de90044df4ab6fbd781c6bedcd1a.tar.gz netcosm-001601c74629de90044df4ab6fbd781c6bedcd1a.tar.bz2 netcosm-001601c74629de90044df4ab6fbd781c6bedcd1a.tar.xz | |
more polishing
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -CC = gcc +CC = clang OUT = build PLATFORM = unix @@ -11,7 +11,7 @@ LDFLAGS = -lgcrypt -lev HEADERS = src/*.h export/include/*.h -all: $(OUT)/$(PLATFORM).bin Makefile $(HEADERS) +all: $(OUT)/$(PLATFORM).bin Makefile SOURCES $(HEADERS) $(OUT)/$(PLATFORM).bin: $(NETCOSM_OBJ) $(HEADERS) Makefile @mkdir -p $(OUT) |