CFLAGS:=-I. OBJS:=main.o Engine/Log.o SchemeReader.o all: $(OBJS) %.o: %.cpp g++ $(CFLAGS) -c $< -o $@ clean: rm -f *.o Engine/*.o