7
Makefile
7
Makefile
@ -1,6 +1,6 @@
|
||||
CFLAGS ?= -Iinclude -ggdb2
|
||||
|
||||
all: build build/test-get-set-cluster build/test-mkfs-simple build/test-fragment-file
|
||||
all: build build/test-get-set-cluster build/test-mkfs-simple build/test-fragment-file build/pangtool
|
||||
|
||||
build:
|
||||
mkdir build
|
||||
@ -12,4 +12,7 @@ build/test-mkfs-simple: tests/mkfs-simple.c src/fat12.c include/fat12.h src/mkfa
|
||||
$(CC) $(CFLAGS) tests/mkfs-simple.c src/mkfat.c src/fat12.c src/io.c -o $@
|
||||
|
||||
build/test-fragment-file: tests/fragment-file.c src/fat12.c include/fat12.h src/mkfat.c src/io.c include/io.h
|
||||
$(CC) $(CFLAGS) tests/fragment-file.c src/mkfat.c src/fat12.c src/io.c -o $@
|
||||
$(CC) $(CFLAGS) tests/fragment-file.c src/mkfat.c src/fat12.c src/io.c -o $@
|
||||
|
||||
build/pangtool: tests/pangtool.c src/fat12.c include/fat12.h src/mkfat.c src/file.c src/io.c include/io.h
|
||||
$(CC) $(CFLAGS) tests/pangtool.c src/mkfat.c src/fat12.c src/io.c src/file.c -o $@
|
Reference in New Issue
Block a user