mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2025-04-21 12:27:27 +03:00
initial commit - needs clean-up
Signed-off-by: Mirko Lindner <mirko@sharism.cc>
This commit is contained in:
9
src/sparsehash-1.6/experimental/Makefile
Normal file
9
src/sparsehash-1.6/experimental/Makefile
Normal file
@@ -0,0 +1,9 @@
|
||||
example: example.o libchash.o
|
||||
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^
|
||||
|
||||
.SUFFIXES: .c .o .h
|
||||
.c.o:
|
||||
$(CC) -c $(CPPFLAGS) $(CFLAGS) -o $@ $<
|
||||
|
||||
example.o: example.c libchash.h
|
||||
libchash.o: libchash.c libchash.h
|
||||
Reference in New Issue
Block a user