diff options
Diffstat (limited to 'libraries/pake/makefile')
-rw-r--r-- | libraries/pake/makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/libraries/pake/makefile b/libraries/pake/makefile deleted file mode 100644 index 28e7d37..0000000 --- a/libraries/pake/makefile +++ /dev/null @@ -1,12 +0,0 @@ -SOURCES = \ - widgets/fixed-text.cpp dirtiable-image.cpp window.cpp - -build/%.cpp.o: source/%.cpp - @mkdir -p $(@D) - $(HILBERT_CC) -c $^ -o $@ - -build/libpake.a: $(SOURCES:%=build/%.o) - $(HILBERT_AR) rcs $@ $^ - -clean: - rm -rf build |