diff options
Diffstat (limited to 'src/makefile')
-rw-r--r-- | src/makefile | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/src/makefile b/src/makefile index 8795928..ad827b8 100644 --- a/src/makefile +++ b/src/makefile @@ -1,2 +1,13 @@ -include makefile_linux +TARGET = iem_ambi + + +SRC = ambi_decode.c \ + ambi_decode2.c \ + ambi_decode3.c \ + ambi_decode_cube.c \ + ambi_encode.c \ + ambi_rot.c \ + $(TARGET).c + +include ../../Make.include |