mirror of
https://github.com/epasveer/seer.git
synced 2026-08-29 16:40:42 +08:00
Fixed bug with plotting scatter plot.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
.PHONY: all
|
||||
|
||||
all: hello481
|
||||
|
||||
hello481: hello481.cpp
|
||||
g++ -g -o hello481 hello481.cpp
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm -f hello481 hello481.o
|
||||
|
||||
Reference in New Issue
Block a user