mirror of
https://github.com/labwc/labwc.git
synced 2025-10-31 22:25:34 -04:00
tools/dirs: tidy up
This commit is contained in:
parent
c85c51c077
commit
ac2faf02f1
3 changed files with 6 additions and 1 deletions
2
tools/dirs/.gitignore
vendored
Normal file
2
tools/dirs/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
*.o
|
||||
dir-list
|
||||
|
|
@ -3,4 +3,7 @@ CFLAGS += `pkg-config --cflags glib-2.0`
|
|||
LDFLAGS += `pkg-config --libs glib-2.0`
|
||||
|
||||
all:
|
||||
$(CC) $(CFLAGS) -o dir-list dir-list.c ../../src/common/dir.c $(LDFLAGS)
|
||||
$(CC) $(CFLAGS) -o dir-list dir-list.c ../../src/common/dir.c ../../src/common/log.c $(LDFLAGS)
|
||||
|
||||
clean:
|
||||
rm -f *.o dir-list
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue