diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-07-06 23:48:14 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-07-06 23:48:14 +0200 |
| commit | c9a0b6dc51028134050e5527c8ec936c7dc5fe2d (patch) | |
| tree | ef6cbfa300329d7aa2dba68306b8e3a78e7085b4 /makefile | |
| parent | d585045aaf6c3413b357922b92c947a07f99f30c (diff) | |
| download | use-libuuid-master.tar.gz use-libuuid-master.tar.bz2 use-libuuid-master.zip | |
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1,10 +1,10 @@ | |||
| 1 | all: uuid-test | 1 | all: uuid-test |
| 2 | 2 | ||
| 3 | uuid-test: main.o | 3 | uuid-test: main.o |
| 4 | cc -L/usr/local/lib -luuid -s -o $@ main.o | 4 | cc -luuid -s -o $@ main.o |
| 5 | 5 | ||
| 6 | main.o: main.c | 6 | main.o: main.c |
| 7 | cc -Wall -Werror -std=c99 -pedantic -I/usr/local/include -O2 -c main.c -o $@ | 7 | cc -Wall -Werror -std=c99 -pedantic -O2 -c main.c -o $@ |
| 8 | 8 | ||
| 9 | .PHONY: clean | 9 | .PHONY: clean |
| 10 | clean: | 10 | clean: |
