Skip to content

Commit d150e3a

Browse files
committed
build GTK+ GUI by default on target all
1 parent 374f970 commit d150e3a

File tree

1 file changed

+1
-1
lines changed
  • ArduinoFloppyReader/ArduinoFloppyReader

1 file changed

+1
-1
lines changed

ArduinoFloppyReader/ArduinoFloppyReader/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ GARDUINO = GarduinoReaderWriter
5656

5757
.PHONY: depend clean
5858

59-
all: $(MAIN)
59+
all: $(MAIN) $(GARDUINO)
6060
@echo ArduinoReaderWriter ready
6161

6262
$(MAIN): $(OBJS)

0 commit comments

Comments
 (0)