Skip to content

Commit 8d3dc7c

Browse files
author
Stephen Hall
committed
Makefile... Again...
1 parent e37c55b commit 8d3dc7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ release: LIBS=$(RELEASE_LIBS)
3333
release: main
3434

3535
main:
36-
cd src;
36+
cd src; \
3737
$(COMPILER) $(CXX_FLAGS) $(CXX_PREPROCESSOR) -o $(TARGET) $(SOURCE) $(LIBS)

0 commit comments

Comments
 (0)