Files
shadow/tests/common/Makefile
2010-08-28 20:07:14 +00:00

5 lines
118 B
Makefile

all: rename_failure.so rmdir_failure.so unlink_failure.so
%.so: %.c
gcc -W -Wall -pedantic -g $< -shared -ldl -o $@