mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 23:28:37 -04:00
Make the default case less scary :-)
This commit is contained in:
parent
2d5caf92d0
commit
98fc07cacb
2 changed files with 4 additions and 0 deletions
|
|
@ -3,6 +3,8 @@ OBJS= tst01.o blocks.o disklabel.o dkcksum.o chunk.o disk.o change.o \
|
|||
create_chunk.o rules.o write_disk.o data.o
|
||||
CFLAGS+= -Wall -g
|
||||
|
||||
all: tst01
|
||||
|
||||
test: tst01
|
||||
cp tst01 /0
|
||||
./tst01 wd1
|
||||
|
|
|
|||
|
|
@ -3,6 +3,8 @@ OBJS= tst01.o blocks.o disklabel.o dkcksum.o chunk.o disk.o change.o \
|
|||
create_chunk.o rules.o write_disk.o data.o
|
||||
CFLAGS+= -Wall -g
|
||||
|
||||
all: tst01
|
||||
|
||||
test: tst01
|
||||
cp tst01 /0
|
||||
./tst01 wd1
|
||||
|
|
|
|||
Loading…
Reference in a new issue