mirror of
https://github.com/epasveer/seer.git
synced 2026-08-29 16:40:42 +08:00
Format.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
.PHONY: all
|
||||
all: hellorecursive
|
||||
|
||||
hellorecursive: hellorecursive.cpp
|
||||
g++ -std=c++17 -g -I/usr/include/qt6 -o hellorecursive hellorecursive.cpp -L/usr/lib64 -lQt6Widgets -lQt6Core
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm -f hellorecursive hellorecursive.o
|
||||
|
||||
Reference in New Issue
Block a user