Skip to content
Snippets Groups Projects
Commit 1e9fe533 authored by Anders Blomdell's avatar Anders Blomdell
Browse files

Corrected distcleanup

parent d622aef2
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,9 @@ LCDIR=../..
LCCJAR=${LCDIR}/compiler/labcomm2014_compiler.jar # the LabComm compiler
LCLJAR=${LCDIR}/lib/java/labcomm2014.jar # the LabComm library
EXECUTABLES=example_encoder example_decoder Encoder.class Decoder.class Encoder.exe Decoder.exe
EXECUTABLES=example_encoder example_decoder \
Encoder.class Decoder.class \
ExampleEncoder.exe ExampleDecoder.exe
include ${LCDIR}/lib/c/os_compat.mk
GENDIR=gen
......@@ -174,3 +176,8 @@ clean:
distclean: clean
rm -f ${EXECUTABLES}
rm -f encoded_data_c
rm -f encoded_data_cs
rm -f encoded_data_j
rm -f encoded_data_p
rm -f labcomm.dll
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment