mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 12:48:10 +00:00
HackStudio: Fix cpp-gui template
This commit is contained in:
parent
f2da577e77
commit
406dff16d1
3 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ echo > $2/Makefile <<-EOF
|
|||
PROGRAM = $1
|
||||
OBJS = main.o
|
||||
CXXFLAGS = -g -std=c++2a
|
||||
LDFLAGS = -lgui
|
||||
LDFLAGS = -lgui -lgcc_s
|
||||
|
||||
all: \$(PROGRAM)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue