Some bits here and there...
This commit is contained in:
@@ -27,6 +27,10 @@ $(EXECUTABLE): $(OBJECTS)
|
||||
@echo ' CC $@'
|
||||
@$(CC) $(CCFLAGS) -c $< -o $@
|
||||
|
||||
debug: CCFLAGS = -O0 -g -Q
|
||||
debug: $(SOURCES) $(EXECUTABLE)
|
||||
@echo ' Compiling debug with $(CCFLAGS)'
|
||||
|
||||
clean:
|
||||
rm -rf $(OBJECTS) $(EXECUTABLE)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user