Skip to content
Snippets Groups Projects

Makefile: Simplify and make POSIX compatible

Merged Haelwenn requested to merge posix-make into master
2 files
+ 8
9
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 3
2
@@ -8,8 +8,9 @@ void makegif(unsigned char im[70*200], unsigned char gif[gifsize], int style);
#include <fcntl.h>
#include <string.h>
#include <time.h>
#include "font.h"
#include "colors.h"
#include "./font.h"
#include "./colors.h"
static int8_t *lt[];
const int gifsize=17646;
Loading