We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a058f3 commit 1010463Copy full SHA for 1010463
refocus/Makefile
@@ -5,7 +5,8 @@ build: build-stamp
5
build-stamp:
6
set -e; cd build; $(CC) -L/usr/lib/libblas -L/usr/lib/lapack -lblas -llapack \
7
$(LDFLAGS) $(CFLAGS) \
8
- `gimptool-2.0 --libs` `gimptool-2.0 --cflags` \
+ -I/usr/include/atlas -lm \
9
+ `pkg-config --libs gimp-2.0 gtk+-2.0` `pkg-config --cflags gimp-2.0 gtk+-2.0` \
10
*.c -o refocus
11
touch build-stamp
12
0 commit comments