1
0
mirror of https://github.com/vanhoefm/fragattacks.git synced 2025-02-17 09:33:05 -05:00
Amit Khatri 0f3d4b504d tests: Run make clean for hwsim_test before rebuilding it
This makes sure that the build.sh script ends up rebuilding hwsim_test.

Signed-off-by: Amit Khatri <amit.khatri@samsung.com>
2014-04-01 11:22:51 +03:00

16 lines
148 B
Makefile

all: hwsim_test
ifndef CC
CC=gcc
endif
ifndef CFLAGS
CFLAGS = -O2 -Wall -g
endif
hwsim_test: hwsim_test.o
clean:
rm -rf *.o
rm -rf hwsim_test