Skip to content
Snippets Groups Projects
Commit 61e48fa1 authored by Pascal Cuoq's avatar Pascal Cuoq
Browse files

make force-clean

parent d15c4125
No related branches found
No related tags found
No related merge requests found
1
3
......@@ -1456,6 +1456,10 @@ $(PERFCOUNT).c.in:
include .make-clean
# force "make clean" to be executed for all users of CVS
force-clean:
expr `cat .make-clean-stamp` + 1 > .make-clean-stamp
############
# cleaning #
############
......
......@@ -42,7 +42,10 @@ int main(void)
#ifndef PTEST
printf("s_int: %d\n", s_int);
#endif
/* rsultat attendu, avec int 32-bits :
little endian : s_int = -833811464
big_endian : s_int = -1480071902
*/
return 0;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment