Drew a triangle
This commit is contained in:
8
core/Makefile
Normal file
8
core/Makefile
Normal file
@@ -0,0 +1,8 @@
|
||||
include ../common.mk
|
||||
|
||||
SOURCES = $(wildcard *.cpp)
|
||||
OBJS = $(SOURCES:.cpp=.o)
|
||||
|
||||
all: couch
|
||||
couch: $(OBJS)
|
||||
$(CXX) $(LIBS) -o $@ $^
|
||||
Reference in New Issue
Block a user