kgoba-ft8_lib/Makefile

6 wiersze
94 B
Makefile

CXXFLAGS = -std=c++14
LDFLAGS = -lm
test: test.o encode.o pack.o
$(CXX) $(LDFLAGS) -o $@ $^